home *** CD-ROM | disk | FTP | other *** search
/ Unripe Preasure Fruits / Unripe Preasure Fruits.iso / mac / M_MOVIE.Dxr / ÉXÉNÉäÉvÉg_11_äeéÌÉ{É^Éìèàóù.ls < prev    next >
Encoding:
Text File  |  1999-12-22  |  913 b   |  40 lines

  1. on mouseUp
  2.   global gsreturndir, gselectjoyu, gsqtname, gfullscreennow, gcurrentframe
  3.   if the clickOn = 4 then
  4.     clicksound()
  5.     afterpushbutton()
  6.     mpegend(17, gsqtname)
  7.     set gcurrentframe to the frame
  8.     go("PANIC")
  9.   else
  10.     if the clickOn = 3 then
  11.       beep()
  12.       afterpushbutton()
  13.       mpegend(17, gsqtname)
  14.       dialog(#askquit)
  15.     else
  16.       if the clickOn = 6 then
  17.         clicksound()
  18.         afterpushbutton()
  19.         mpegend(17, gsqtname)
  20.         go(1, gsreturndir)
  21.       else
  22.         if the clickOn = 7 then
  23.           clicksound()
  24.           afterpushbutton()
  25.           set gfullscreennow to 1
  26.           makefullscreen(17)
  27.           go(the frame + 1)
  28.         else
  29.           if the clickOn = 8 then
  30.             clicksound()
  31.             afterpushbutton()
  32.             mpegend(17, gsqtname)
  33.             go(1, "H_PHOTO")
  34.           end if
  35.         end if
  36.       end if
  37.     end if
  38.   end if
  39. end
  40.